projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa8c4a3
)
Add comment.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 7 Feb 2009 21:59:35 +0000
(21:59 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 7 Feb 2009 21:59:35 +0000
(21:59 +0000)
lisp/server.el
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index 7f6eeed9311cd357b92ec861ea35169ef4e524bf..f42be5821c055e1822f4f9e7942dcd41db585249 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-208,6
+208,8
@@
changed while a server is running."
:type 'string
:version "23.1")
+;; We do not use `temporary-file-directory' here, because emacsclient
+;; does not read the init file.
(defvar server-socket-dir
(and (featurep 'make-network-process '(:family local))
(format "%s/emacs%d" (or (getenv "TMPDIR") "/tmp") (user-uid)))